body{
  margin: 0;
  font-family: "微软雅黑";
  font-size: 14px;
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
  word-break: break-word;
  position: relative;
}
.wrap{
	margin:0 5%;
}
ul,li,dl,dd,dt{
	list-style: none;
	margin: 0;
	padding: 0;
}
a,a:link,a:hover,a:active{
	text-decoration: none;
}
h1,h2,h3,p{
  margin:0;
  padding:0;
}
.overflowH{
	overflow: hidden;
}
div{
	display: block;
}
.clearfix{
	clear: both;
}
/*header*/
.navbar-fixed-top{
    position: absolute;
}
.logo{
cursor: pointer;
	height: 47px;
	margin-top: 5px;
}
blockLogo{
    display:block;
}
.disLogo {
    display:none;
}
.overHeight .blockLogo{
    display:none;
}
.overHeight .disLogo {
    display:inline-block;
}
.head{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:10;
}
.head .nav>li>a .navIcon{
    position: absolute;
    margin-top:-3px;
    width:11px;
    height:6px;
    right: 12px;
    top: 50%;
    background: url("../img/head/toBottom.png") no-repeat center;
}
.head .nav>li.active>a{
    color:#1E72C8 !important;
    background-color: #e7e7e705;
}
.head .nav>li.active>a .navIcon{
    background: url("../img/head/toBottomOn.png") no-repeat center;
}
.head .nav>li:hover >a{
    color:#1c87f1 !important;
    background-color: #e7e7e705;
}
.head .nav>li.active:hover >a{
    background-color: #e7e7e705;
}
.head .nav>li:hover >a .navIcon{
    background: url("../img/head/toBottomOn.png") no-repeat center;
    transition: all 0.5s;
}
.head .search{
    position: relative;
    margin:27px 0 0 22px;
    width: 201px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(230, 230, 230, 0.88);
    border-radius: 16px;
}
.head .search>input{
    position: absolute;
    padding-left: 15px;
    width:80%;
    height: 30px;
    line-height: 30px;
    color:#666;
    border: none;
    border-radius: 16px;
    outline: none;
}
.head .search>img{
    position: absolute;
    top:7px;
    right:12px;
    width:17px;
    cursor: pointer;
}
.header .navbar-default{
	background: rgba(255,255,255,0.95);
	border-color: white;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}
.header .navbar{
	border: none;
	z-index: 101;
}
.navbarButton{
    position: absolute;
    right:5px;
    top: 10px;
}
.navbar-collapse{
    border:none;
}

.header .navbar-default .navbar-collapse{
	background: transparent;
}

.header .navbar-default .navbar-nav>li>a{
    font-size: 15px;
}
.head .navbar .navbar-collapse ul{
    background: rgba(255,255,255,0) !important;
}
.header .navbar-default .navbar-nav>.active a{
	background: url(../img/common/nav-bac3.png) white repeat-x bottom;
}
.header .navbar-default .navbar-nav>.open>a,.header .navbar-default .navbar-nav>.open>a:focus,.header .navbar-default .navbar-nav>.open>a:hover{
	background: url(../img/common/nav-bac3.png) white repeat-x bottom;
}
.header .navbar-default .navbar-nav>.active li a{
	background: transparent;
}
.header .navbar-default .navbar-nav>.active li a:hover{
	background: rgba(255,255,255,0.8);
}
.header .navbar-default .navbar-nav li li a:hover{
	background: rgba(255,255,255,0.8);
}
.header .nav>li>a{
	padding: 10px 20px;
}

@media (min-width: 768px){
#navbar-list{display:none !important}
	.header .nav{
		float: right;
	}
	.header .navbar-nav>li>a {
	    padding-top: 30px;
	    padding-bottom: 28px;
	}
	.header .navbar-nav>li{
		border-left: solid 1px #f0f0f0;
		border-right: solid 1px #f0f0f0;
		margin-left: -1px;
	}
}
@media (max-width: 767px){
    #bs-example-navbar-collapse-1{
        width: 100%;
        background: #fff;
        float: right;
        border: 1px solid #cccccc;
    }
     .head .navbar .navbar-collapse ul li>a{
        color: #000 !important;
    }
    .head .nav>li>a .navIcon{
        right:20px;
    }
    
	.navbar-toggle{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header .logo{
		height: 35px;
		margin-top: 0;
	}
	.header .navbar-default .navbar-nav>.active a{
		background: url(../img/common/nav-bac3.png) white repeat-y left;
	}
	.header .navbar-default .navbar-nav>.open>a,.header .navbar-default .navbar-nav>.open>a:focus,.header .navbar-default .navbar-nav>.open>a:hover{
		background: url(../img/common/nav-bac3.png) white repeat-y left;
    }
    .head .navbar .navbar-collapse ul.nav a{
        height: 45px !important;
        line-height: 45px !important;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .navbar-default .navbar-nav>li>a{
		font-size: 14px;
	}
	.header .nav>li>a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header .navbar-nav>li{
		border-top: solid 1px #f0f0f0;
	}
}
.header .dropdown-menu{
	background: rgba(255,255,255,0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.header .navbar-default .navbar-nav>li>a{
		font-size: 13px;
		padding-left: 7px;
    	padding-right: 7px;
	}
	.logo{
		height: 37px;
		margin-top: 10px;
	}
} 


    /* header */
    .head{
        height: 86px;
        line-height: 85px;
      }
      .head .navbar{
          background: rgba(255,255,255,0);
          height: 86px;
          line-height: 85px;
          border-radius: 0 0 20px 0;
          border-color: rgba(255,255,255,0);
      }
      .overHeight .navbar{
          background: #fff;
          border-color: #e7e7e7;
      }
  
      .head .navbar .container{
          height: 100%;
      }
      .head .navbar .navbar-collapse ul li>a{
          height: 85px !important;
          line-height: 85px;
          padding: 0 24px;
          color: #fff;
          font-size: 1.6rem;
      }
      .head.overHeight .navbar .navbar-collapse ul li>a{
          color: #333;
      }
      .head .navbar-form{
          margin-top: 0;
      }


/* footer */
.footer{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 99;
    padding: 40px 0 0px 0;
    border-top: 1px solid #E6E6E6;
}
.footer-top{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 5%;
}

.footer-top-left{
    width: 70%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
    float: left;
}

.footer-top-left dl{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.footer-top-left dl dt{
    margin: 0px;
    padding: 0px;
    line-height: 50px;
    font-weight: normal;
}

.footer-top-left dl dt a{
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
}


.footer-top-left dl dd{
    margin: 0px;
    padding: 0px;
    line-height:30px;
}

.footer-top-left dl dd a{
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
}

.footer-top-right{
    width: 30%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.footer-top-right em{
    display: block;
    overflow: hidden;
    font-style: normal;
}

.footer-top-right em img{
    margin: 0px auto;
    padding: 2px;
    display: block;
    border: 1px solid #dedede;
}
.footer-top-right em span{
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 2px;
    margin-bottom:20px
}
.footer-bottom{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    margin: 0px auto;
    margin-top: 0px;
    color: #999;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 5%;
}
.footer-bottom>p{
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom>p img{
    margin:12px 10px 0;
    width:23px;
    height:25px;
}
.footer-bottom a{
    color: #999;
}
@media (max-width: 668px){
    .footer-top-left{
        width:100%;
    }
    .footer-top-left dl:nth-child(3){
        padding:0 30px 15px;
    }
    .footer-top-right{
        width:100%;
        text-align: center;
    }
}



.open a{
    background: none !important;
}

.open a:hover{
    background: none !important;
}

.open a:focus{
    background: none !important;
}
/* 下拉 */

.dropdown-menu{
    border: 1px solid rgba(230, 230, 230, 0.88);
    background-color: transparent;
    border: none;
    box-shadow:transparent;
}

.dropdown-div-self{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-width: 790px;
    padding: 20px;
   
}
.dropdown-div-option{
    width: 33.3%
}

.dropdown-div-option img{
    width: 18px;
    height:18px;
}

.dropdown-div-option a{
    font-size: 14px !important;
    color: #fff !important;
}

.dropdown-div-option a:hover{
    font-size: 14px;
    color: #fff !important;
}



.dropdown-div{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    background-color: rgba(0,0,0,0.5);
    padding: 22px 0;
}

.dropdown-div>div{
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 14px !important;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-div>div>img{
    width: 18px;
    height: 16px;
}
.dropdown-div>div>a{
    font-size: 14px !important;
    color: #fff !important;
    display: block;
    padding-left: 5% ;
    width: 50%;
}

.dropdown-div>div:hover a{
    color: #fff!important;
}
.nav>li{
    cursor: pointer;
}
.navbar-nav>li>.dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -11px;
}
.triangle-bg{
    height: 11px;
    display: block;
    background: url(../img/common/triangle.png) center no-repeat;
    background-size: 22px 100%;
}
.img-box{
    width: 30%;
    text-align: end;
}
.navbar-nav>li:nth-child(4) .dropdown-div-option{
    width: 230px
}
.navbar-nav>li:nth-child(4) .dropdown-div-option .img-box{
width: 20%;
    text-align: right;
    padding-right: 0;
}
.navbar-nav>li:nth-child(4) .nav2 .dropdown-div  a{
width: 80%;
}
.navbar-nav>li:nth-child(4) .dropdown-menu{
    left: -61px;
width:230px;
}
.navbar-nav>li:nth-child(3) .dropdown-div-option{
    width: 33.3%;
}
.navbar-nav>li:nth-child(3) .img-box{
    width: 20px;
}

.navbar-nav>li:nth-child(2) .dropdown-menu{
    left: -340px;
width:790px;
}
.navbar-nav>li:nth-child(3) .dropdown-menu{
    left: -330px;
width:790px;
}
.navbar-nav>li:nth-child(5) .dropdown-menu{
width:160px;
}
.navbar-nav>li:nth-child(6) .dropdown-menu{
width:160px;
}
.navbar-nav>li:nth-child(2) .dropdown-div-self{
    width:790px;
}
.navbar-nav>li:nth-child(3) .dropdown-div-self{
    width:790px;
}
.navbar-nav>li:nth-child(4) .dropdown-div{
width:230px;
}
.navbar-nav>li:nth-child(5) .dropdown-div{
   width:160px;
}
.navbar-nav>li:nth-child(6) .dropdown-div{
    width:160px;
}
.navbar-right .dropdown-menu{
    right: unset;
}
.dropdown-div-self{
    background-color: rgba(0,0,0,0.5);
}
.dropdown-div-self .dropdown-div-option{
    display:flex;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
}
.dropdown-div-self .dropdown-div-option:hover{
    background: linear-gradient(90deg, #1E72C8, #4A9EDA);
}
.dropdown-div .dropdown-div-option:hover{
    background: linear-gradient(90deg, #1E72C8, #4A9EDA);
}
.dropdown-div-self .dropdown-div-option a{
    width:85%
}
.dropdown-div-option a{
    padding-left:5%;
}
.dropdown-div-self .dropdown-div-option .img-box{
    width:20px;
}
.navbar-button{
display:none;
position: absolute;
    top: 14px;
    right: 25px;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40px;
  height: 36px;
  outline: none;
  cursor: pointer;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
.navbar-icon{
  background-color: #888;
  display: block;
  margin: 5px 0;
  height: 2px;
  border-radius: 1px;
}
#navbar-list {
  height: auto;
  width: 100%;
  display: none;
  border-radius: 3px;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(20, 20, 20, 0.1);
}
#navbar-list>li{
    line-height: 36px;
  cursor: pointer;
  margin: 20px 0;
  position: relative;
}

.pulldown-icon{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  top: 2px;
  background: url(../img/head/toBottom.png) center no-repeat;
  background-size: 11px 6px;
}

.pulldown-icon:hover{
  background: url(../img/head/toBottomOn.png) center no-repeat;
}
.pulldown-icon-active{
  background: url(../img/head/toBottomOn.png) center no-repeat;
}

.content{
  display: none;
  margin-top: 10px;
  padding: 1px 0;
  background-color: rgba(0,0,0,0.5);
}

.content li{
  margin: 20px 30px;
  display: flex;
line-height:26px;
}

.content li a{
  font-size: 14px;
  color: #fff;
}

.img-box{
  width: 20px;
  padding-right: 20px;
  text-align: right;
}

.img-box img{
  width: 18px;
  height: 18px;
}

@media (max-width: 767px){
.dropdown-div-option{
  width: 100% !important;
}
.dropdown-div-self{
  min-width: 100% !important;
}
.navbar-list{
display:block}
    .footer{
      padding-top: 20px;
    }
    .footer-top-left dl dt{
      line-height: 25px;
    }
    .footer-top-left dl dt a{
      font-size:14px;
    }

    .footer-top-left dl dd{
      line-height: 24px;
    }
    .footer-top-left dl dd a{
      font-size:12px;
    }
    .footer-bottom{
      font-size:12px;
    }
.navbar-button{
display:block;
}
}
.img-box{
    text-align:right;
}
